.index {
  position: relative;
  width: 100%;
  background-color: #fff;
}
.index .banner .ma5slider {
  margin-bottom: 10px;
}
.index .banner .navs-wrapper {
  /* min-height: 27rem; */
  padding: 0 !important;
}
.index .banner .navs-wrapper .slide-area {
  overflow: visible;
}

.index .banner .banner_box {
  display: inline-block;
  height: 100%;
}
.index .banner .banner_box .bnerimg {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.index .banner .banner_box .bnerimg img {
  height: 213px;
  width: 60%;
  margin: 0 auto;
}
.banner .navs-wrapper {
  /* height: auto !important; */
}
.index .banner .banner_box .bnerimg .banntit {
  text-align: left;
}
.index .banner .banner_box .bnerimg .banntit h2 {
  color: #4F0599;
  font-size: 1.871429rem;
}
.index .banner .banner_box .bnerimg .banntit p {
  font-size: 1.15714286rem;
  color: #333;
}
.index .banner .banner_box .bnerimg .banntit .btn {
  /* background: #4F0599 !important; */
  color: #fff;
}
.index .banner .dots{
  margin: 0;
    position: absolute;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
    bottom: 4px;
}
.index .banner .banner1 {
  background-color: #c8e6f4;
}
.index .banner .banner2 {
  background-color: #F4F5F6;
}
.index .banner .banner3 {
  background-color: #bcdaff;
}
.index .banner_fot .dots {
  display: none;

}
.index .banner_fot .banbox {
  background-color: #819ab1;
  color: #fff;
}
.index .banner_fot .slides_tit .banbox {
  font-size: 22px;
  line-height: 70px;
}
.index .banner_fot .slides_tit .banbox span {
  font-size: 16px;
  display: inline;
}
.index .banner_fot .slides_tit .banbox .more_btn {
  padding: 9px 35px;
  border: 2px solid #fff;
  border-radius: 20px;
  cursor: pointer;
  margin-left: 100px;
}
.index .zycp {
  width: 100%;
  position: relative;
  z-index: 999;
}
.index .zycp .zycp_pic {
  width: 100%;
  display: block;
  overflow: hidden;
}
.index .zycp .zycp_pic ul {
  width: 100%;
  transition: all .5s;
}
.index .zycp .zycp_pic ul li {
  display: inline-block;
  padding: 0 !important;
  float: none;
}
.index .zycp .zycp_pic ul li .zcjs {
  box-shadow: 0 0 5px #ccc;
}
.index .zycp .zycp_pic ul li .zc_pic {
  text-align: center;
}
.index .zycp .zycp_pic ul li .zc_pic h4 {
  margin: 0;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  /* background-color: #4e0499; */
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.index .zycp .zycp_pic ul li .zc_pic .fl_pic {
  height: 250px;
}
.index .zycp .zycp_pic ul li .zc_pic img {
  width: 100%;
}
.index .zycp .zycp_pic ul li .fot_li {
  background: #f7f7f7;
  overflow: hidden;
}
.index .zycp .zycp_pic ul li .fot_li .cpjs {
  padding: 25px 0;
  text-align: center;
  margin: 43px 43px 20px;
  border-top: 1px dashed #333;
  border-bottom: 1px dashed #333;
  overflow: hidden;
  height: 170px;
}
.index .zycp .zycp_pic ul li .fot_li .cpjs p {
  color: #4e4f63;
  line-height: 25px;
  width: 100%;
  overflow: hidden;
  /*超出部分隐藏*/
  white-space: nowrap;
  /*不换行*/
  text-overflow: ellipsis;
  /*超出部分文字以...显示*/
}
.index .zycp .zycp_pic ul li .fot_li .cpjs p a {
  color: #333;
}
.index .zycp .zycp_pic ul li .fot_li .cpjs p .o {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 10px;
}
.index .zycp .zycp_pic ul li .fot_li .cp_btn {
  text-align: center;
  padding: 20px 0;
}
.index .zycp .zycp_pic ul li .fot_li .cp_btn button {
  font-size: 20px;
  width: 150px;
  height: 51px;
  background: transparent;
  border: 0;
  border-radius: 30px;
  outline: none;
  border: 1px solid #5d7eb1;
}
.index .zycp .zycp_pic ul li .fot_li .cp_btn button:hover {
  background: #5d7eb1;
  color: #fff;
}
.index .zycp .zycp_pic ul li:hover {
  box-shadow: 2px 2px 20px #ccc;
}
.index .zycp .zycp_pic ul li:hover button {
  color: #fff !important;
  background: #5d7eb1 !important;
}
.index .zycp .cpsub_btn {
  text-align: center;
  margin-top: 50px;
}
.index .zycp .cpsub_btn button {
  width: 200px;
  height: 50px;
  /* background: #5d7eb1; */
  color: #fff;
  border: 0;
  border-radius: 6px;
  outline: none;
}

@media (min-width: 980px) {
  .banner_fot .navs-wrapper {
    display: block;
    height: 70px !important;
    padding: 0 !important;
  }
  .banner_fot .banbox span {
    display: inline-block;
    width: 100%;
    height: 100px;
  }
  .zycp_pic {
    padding: 20px 0px !important;
  }
  .zycp_pic ul li {
    margin: 25px;
    width: 28%;
  }
  .index .banner .banner_box .bnerimg {
    padding: 75px 0;
    overflow: hidden;
}
.banner .navs-wrapper{
  height: 400px;
}
.outside-dots .dots>.dot{
  width: 30px;
  margin: 4px 13px;
  height: 5px;
}
.outside-dots .dots>.dot.active{
  background-color: #819ab1!important;
  width: 35px;

}

}
@media (max-width: 980px) {
  .index .banner .banner_box {
    /* height: 580px; */
  }
  .index .banner .banner_box .bnerimg .banntit h2{
    font-size: 16px;
    font-weight: bold;
  }
  .btn-group-justified {
    width: 100px;
  }
  .banner .navs-wrapper{
    height: 172px!important;
  }
  .index .banner .banner_box .bnerimg img {
    height: 100px;
    width: 147px;
  }
  .index .banner .banner_box .bnerimg .banntit p{
    font-size: 12px;
  }
  .banner_fot .navs-wrapper {
    display: block;
    height: 70px !important;
    padding: 0 !important;
  }
  .banner_fot .banbox span {
    display: inline-block;
    width: 100%;
    height: 100px;
  }
  .zycp_pic {
    padding: 10px !important;
  }
  .bnerimg {
    overflow: hidden;
    padding: 20px 10px;
  }
}
/* wst样式开始 */
#myCarousel {
  padding: 0;
  margin-bottom: 40px;
}
/*关于我们开始*/
.about_box{
  width: 100%;
  overflow: hidden;
}
.about_box w{
  margin: 0 auto;
  border-bottom: 1px dashed #aeaeae;
  margin-top: 40px;
  overflow: hidden;
}
.gongbt {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
}
.gongjs {
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  color: #aeaeae;
  border-bottom: 1px dashed #333;
  margin-bottom: 35px;
}
.abtz {
  float: left;
  padding: 35px;
  width: 47%;
  height: 315px;
  background: url(/assets/image/about_img.jpg);
  border-radius: 20px;
  overflow: hidden;
  color: #fff;
}
.abtz h2{
  margin: 0;
    font-size: 18px;
    margin-bottom: 10px;
}
.abtz p{
  font-size: 14px;
  line-height: 26px;
  text-indent: 2em;
}
.abtz p a{
  color: #fff;
  font-size:14px; 
}
.abty {
  float: right;
  padding: 35px;
  width: 47%;
  height: 315px;
  background: linear-gradient(to left top ,#32c0fe,#0790df);
  border-radius: 20px;
  overflow: hidden;
  color: #fff;
}
.abty ul {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  float: left;
  width: 100%;
}
.abty ul li {
  float: left;
  width: 33.33%;
  text-align: center;
  transition: all 0.4s linear;
}
.abty ul li:hover {
  transform: translate(-10px, -10px) scale(1.05);
  box-shadow: 0 10px 10px #017ec5a6;
}
.abty ul li img {
  height: 51px;
}
.abty ul li p {
  margin-top: 20px;
  color: #333;
  font-weight: 600;
}
.m_more{
  display: none;
}
.xwz {
  float: left;
  width: 100%;
  margin-top: 40px;
  border-bottom: dashed 1px #333;
}
.xwz li {
  float: left;
  width: 50%;
  margin-bottom: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.xwz li a{
  display: flex;
}
.xwz li:nth-child(2),
.xwz li:nth-child(4) {
  padding-left: 3%;
}
.xwkk {
  float: left;
  padding: 6px;
  font-size: 12px;
  color: #fff;
  background: #00a2e9;
}
.xwsj {
  float: left;
  line-height: 30px;
  color: #aeaeae;
  margin: 0 3%;
}
.xwxq {
  float: left;
  line-height: 30px;
  color: #aeaeae;
}
.xwz a:hover .xwxq{
  color: #00a2e9;
}
/* 关于我们结束 */
/* 产品中心开始 */
.product_box{
  width: 100%;
  overflow: hidden;
  margin: 50px auto;
}
.product_xm{
  width: 100%;
  overflow: hidden;
}
.sear_box{
  background: url(/assets/image/scr_bj.jpg);
  min-height: 610px;
}
.sear_box img{
  margin: 35% auto 40px;
  display: block;
}
.sear_box h3{
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  border-bottom: 1px solid;
  width: 100px;
  margin: auto;
  padding-bottom: 10px;
}
.index_por_scrk{
  left: 6%;
  position: relative;
}
.index_por_scrk input{
  line-height: 44px;
  border: 0;
  width: 80%;
  background: #ffffff;
  height: 44px;
  padding-left: 10px;
  margin-top: 45px;
}
.com_scr_butt{
  background-color: #00a2e9;
  border: none;
  padding: 6px 12px;
  position: relative;
  right: 20px;
}
.com_scr_butt span{
  color: #fff;
}
.product_xm ul{
  padding: 0;
}
.product_xm ul li{
  height: 305px;
}
.product_xm ul li a img{
  margin: 35px auto 25px;
  display: block;
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.product_xm ul li:hover a img {
    transform: scale(1.15, 1.15);
}
.product_xm ul li a p{
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
.xian{
  width: 52px;
  height: 2px;
  background: #333;
  margin: auto;
}
.prod_sj{
  background: linear-gradient(to bottom right,#f4f4f4,#d0d0d0);
}
.prod_txy{
  background: linear-gradient(to bottom right,#18a3eb,#18a3eb);
}
/* 产品中心结束 */
/* 经销品牌开始 */
.bran_box{
  width: 100%;
  overflow: hidden;
}
.bran{
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bran li{
  width: 19.5%;
  overflow: hidden;
}
.bran li a>div{
  width: 100%;
  overflow: hidden;
  border: 1px solid #bdbdbd;
  position: relative;
}
.bran li a>div::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0;
  transition: all .5s;
}
.bran li a>div:hover::after{
  opacity: 0.55;
}
.bran li a>div span{
  width: 120px;
  line-height: 34px;
  border-radius: 50px;
  font-size: 14px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 45%;
  opacity: 0;
  transition: all 0.5s;
  z-index: 2;
}
.bran li:hover a>div span{
  opacity: 1;
}
.bran li:hover a>div span:hover{
  background-color: #fff;
  color: #333;
}
.bran li a img{
  width: 100%;
}
.bran li a p{
  margin: 20px 0;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
/* 经销品牌结束 */
/* 解决方案开始 */
.jjfa{
  background: url(/assets/image/fan_bj.jpg);
  height: 522px;
  padding: 50px 0;
}
.jjfa .w h1{
  font-size: 20px;
  margin: 40px 0;
}
.jjfa .w p{
  margin-bottom: 10px;
  font-size: 16px;
}
.jjan{
  margin-top: 85px;
}
.jjan a{
width: 45%;
height: 80px;
float: left;
text-align: center;
background: #fff;
line-height: 80px;
color: #333;
transition: all 0.2s linear;
}
.jjan a:hover{
background: #32c0fe;
}
.jjany{
float: right!important;
}
/* 解决方案结束 */
@media (max-width: 768px){
  #myCarousel {
    padding: 0;
    margin-bottom: 30px;
  }
  /* 关于我们开始 */
  .about_box {
    width: 100%;
    overflow: hidden;
    padding: 0 10px;
  }
  .abtz {
    float: left;
    padding: 25px;
    width: 100%;
  }
	.abtz p {
	    font-size: 14px;
	    line-height: 23px;
	    text-indent: 2em;
	}
  .m_text{
    display: -webkit-box;/** 对象作为伸缩盒子模型显示 **/
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;/** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 3;/** 显示的行数 **/
    overflow: hidden;
  }
  .m_more{
    color: #fff;
    display: block;
  }
  .abty {
    float: right;
    padding: 35px 0 0;
    width: 100%;
    height: 150px;
    background: transparent;
    border-radius: 20px;
    overflow: hidden;
  }
  .abty ul {
    position: static;
    top: 0;
    transform: translateY(0%);
    float: none;
    width: 100%;
  }
  .xwkk {
    float: left;
    padding: 2px 6px;
    font-size: 12px;
    color: #fff;
    background: #00a2e9;
    position: relative;
    top: 5px;
  }
  .xwz {
    width: 100%;
    margin-top: 5px;
  }
  .xwsj {
    float: left;
    line-height: 30px;
    color: #aeaeae;
    margin: 0 3%;
    width: 75%; 
  }
  .xwz li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }
  .xwxq {
    float: left;
    line-height: 26px;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .xwz li:nth-child(2), .xwz li:nth-child(4) {
    padding-left: 0;
  }
  .xwz li a{
    display: block;
  }
  /* 关于我们结束 */

  /* 产品中心开始 */
  .product_box {
    width: 100%;
    overflow: hidden;
    margin: 20px auto 10px;
    padding: 10px;
  }
  .sear_box {
    min-height: 250px;
  }
  .sear_box img {
    margin: 20px auto;
    display: block;
    width: 120px;
  }
  .index_por_scrk input {
    margin-top: 35px;
  }
  .product_xm ul li {
    padding: 20px 0;
    margin: 15px 0;
    height: 285px;
    overflow: hidden;
  }
  .product_xm ul li a img {
    margin: 10px auto;
    display: block;
  }
  .prod_sj {
    background: linear-gradient(to bottom right,#d0d0d0,#f4f4f4);
  }
  .m_prod_txy{
    background: linear-gradient(to bottom right,#d0d0d0,#f4f4f4)!important;
  }
  .m_prod_sj{
    background: linear-gradient(to bottom right,#18a3eb,#18a3eb)!important;
  }
  /* 产品中心结束 */
  /* 解决方案开始 */
  .jjfa {
    background: url(/assets/image/fan_bj.jpg);
    height: 310px;
    padding: 10px;
  }
  .jjfa .w h1 {
    font-size: 17px;
    margin: 30px 0;
  }
  .jjfa .w p {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .jjan {
    margin-top: 45px;
  }
  .jjan a {
    width: 48%;
    height: 50px;
    float: left;
    text-align: center;
    background: #fff;
    line-height: 50px;
    color: #333;
    transition: all 0.2s linear;
  }
  /* 解决方案结束 */
  /* 经销品牌开始 */
  .bran_box{
    padding: 0 10px;
  }
  .bran li{
    width: 49%;
  }
  .bran li a p {
    margin: 10px 0;
  }
  /* 经销品牌结束 */
}